*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: white;
    color: black;
    transition: background-color 0.3s, color 0.3s;
	
}

body.dark-mode 
{
    background-color: black;
    color: white;
}

h2
{
	font-size: 40px;
	letter-spacing: 0px;
	line-height: 44px;
	color: #333333;
	font-family: "Myriad Pro";
}

h3
{
	opacity: 0.400;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 16px;
	color: #313131;
	font-weight: bold;
	font-family: "Arial";
	text-align: right;
}

p
{
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 35px;
	color: #333333;
	font-family: "Arial";
	
}

td
{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #999999;
	font-family: "Arial";	
	padding-left: 50px;
}

span
{
	background-color: white;
}

#header
{
	
	background-image: url(computer.png);
	background-position-y: 70%;
	height: 370px;
	
	h1
	{
		opacity: 0.902;
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 16px;
		color: #222222;
		font-weight: bold;
		font-family: "Gotham Bold";
		text-align: center;
		padding-top: 110px;
		
	}
	
	h3
	{
		opacity: 0.400;
		font-size: 20px;
		letter-spacing: 0px;
		word-spacing: 20px;
		line-height: 16px;
		color: #313131;
		font-weight: bold;
		font-family: "Arial";
		text-align: right;
		height: 50px;
		background-image: url(generic.png);
		background-repeat: no-repeat;
		background-size: 120px, 120px;
		background-position-x: 50px;
		background-color: rgba(255, 255, 255, 1);
		padding-top: 15px;
		padding-right: 50px;
	}
}

#welcome
{
	background-image: url(Trophies.png);
	background-repeat: no-repeat;
	background-position-x: right;
	height: 370px;
	padding-left: 100px;
	padding-top: 40px;
	
	p
	{
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 35px;
		color: #333333;
		font-family: "Arial";
		padding-top: 30px;
	}
	
}

#rightSection
{
	background-image:  url(sketch.png), url(blueprint.png);
	background-repeat: no-repeat, no-repeat;
	background-position-x: 200px, 0px;
	background-position-y: 50px, 0px;
	background-color: #537abd;
	height: 370px;
	width: 100%;
	padding-left: 65%;
	padding-top: 40px;
	
	h2
	{
		font-size: 40px;
		letter-spacing: 0px;
		line-height: 44px;
		color: #ffffff;
		font-family: "Arial";
		text-align: left;
	}
	
	p
	{
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 35px;
		color: #333333;
		font-family: "Arial";
		padding-top: 30px;
	}
}

#bottom
{
	background-color: #222222;
	height: 150px;
	padding-top: 30px;
	background-image: url(icons.png);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 50%;
}

#superBottom
{
	background-color: #000000;
	height: 40px;
	padding-top: 10px;
	
}

#contact
{
	
	background-image: url(map.png);
	background-repeat: no-repeat;
	background-position-x: 130%;
	background-position-y: 28%;
	height: 370px;
	padding-left: 100px;
	padding-top: 40px;
	
	h2
	{
		font-size: 40px;
		letter-spacing: 0px;
		line-height: 44px;
		color: #333333;
		font-family: "Myriad Pro";
		padding-left: 20px;
	}
	
	p
	{
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 25px;
		color: #666666;
		font-family: "Arial";
		padding-top: 30px;
	}
}

#copyright
{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #666666;
	font-family: "Arial";
	text-align: center;
}

